[INFO] fetching crate flexible-locks 0.1.0...
[INFO] fixing flexible-locks-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate flexible-locks 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate flexible-locks 0.1.0
[INFO] finished tweaking crates.io crate flexible-locks 0.1.0
[INFO] tweaked toml for crates.io crate flexible-locks 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate flexible-locks 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] [stderr]       Adding parking_lot v0.5.5 (available: v0.12.5)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `flexible-locks` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded parking_lot_core v0.2.14
[INFO] [stderr]   Downloaded parking_lot v0.5.5
[INFO] [stderr]   Downloaded flexible-locks_derive v0.1.0
[INFO] [stderr]   Downloaded owning_ref v0.3.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1
[INFO] running `Command { std: "docker" "start" "8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `flexible-locks` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v0.3.8
[INFO] [stderr]    Compiling quote v0.5.2
[INFO] [stderr]    Compiling syn v0.13.11
[INFO] [stderr]    Compiling flexible-locks_derive v0.1.0
[INFO] [stderr]     Checking flexible-locks v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `allocator_api`
[INFO] [stdout]   --> src/lib.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg(feature = "allocator_api")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `parking_lot`, and `std`
[INFO] [stdout]    = help: consider adding `allocator_api` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `allocator_api`
[INFO] [stdout]   --> src/lib.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg(feature = "allocator_api")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `parking_lot`, and `std`
[INFO] [stdout]    = help: consider adding `allocator_api` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/os.rs:257:56
[INFO] [stdout]     |
[INFO] [stdout] 257 |         let mut attr: libc::pthread_mutexattr_t = mem::uninitialized();
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/os.rs:257:56
[INFO] [stdout]     |
[INFO] [stdout] 257 |         let mut attr: libc::pthread_mutexattr_t = mem::uninitialized();
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:574:17
[INFO] [stdout]     |
[INFO] [stdout] 574 |     pub fn lock(&self) -> MutexGuard<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 574 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:808:17
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn lock(&self) -> MutexGuard<MutexWrapper<M, T>> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn lock(&self) -> MutexGuard<'_, MutexWrapper<M, T>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `pthread_mutexattr_t` does not permit being left uninitialized
[INFO] [stdout]    --> src/os.rs:257:51
[INFO] [stdout]     |
[INFO] [stdout] 257 |         let mut attr: libc::pthread_mutexattr_t = mem::uninitialized();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   this code causes undefined behavior when executed
[INFO] [stdout]     |                                                   help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:574:17
[INFO] [stdout]     |
[INFO] [stdout] 574 |     pub fn lock(&self) -> MutexGuard<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 574 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:808:17
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn lock(&self) -> MutexGuard<MutexWrapper<M, T>> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn lock(&self) -> MutexGuard<'_, MutexWrapper<M, T>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `pthread_mutexattr_t` does not permit being left uninitialized
[INFO] [stdout]    --> src/os.rs:257:51
[INFO] [stdout]     |
[INFO] [stdout] 257 |         let mut attr: libc::pthread_mutexattr_t = mem::uninitialized();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   this code causes undefined behavior when executed
[INFO] [stdout]     |                                                   help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:958:36
[INFO] [stdout]     |
[INFO] [stdout] 958 |                         assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:959:36
[INFO] [stdout]     |
[INFO] [stdout] 959 |                         assert_eq!(LOCKED, 0);
[INFO] [stdout]     |                                    ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:960:36
[INFO] [stdout]     |
[INFO] [stdout] 960 |                         assert_eq!(UNLOCKED, 0);
[INFO] [stdout]     |                                    ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:961:36
[INFO] [stdout]     |
[INFO] [stdout] 961 |                         assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                    ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:966:40
[INFO] [stdout]     |
[INFO] [stdout] 966 |                             assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:967:40
[INFO] [stdout]     |
[INFO] [stdout] 967 |                             assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:968:40
[INFO] [stdout]     |
[INFO] [stdout] 968 |                             assert_eq!(UNLOCKED, i);
[INFO] [stdout]     |                                        ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:969:40
[INFO] [stdout]     |
[INFO] [stdout] 969 |                             assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                        ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:973:40
[INFO] [stdout]     |
[INFO] [stdout] 973 |                             assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:974:40
[INFO] [stdout]     |
[INFO] [stdout] 974 |                             assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:975:40
[INFO] [stdout]     |
[INFO] [stdout] 975 |                             assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:976:40
[INFO] [stdout]     |
[INFO] [stdout] 976 |                             assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                        ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:981:36
[INFO] [stdout]     |
[INFO] [stdout] 981 |                         assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:982:36
[INFO] [stdout]     |
[INFO] [stdout] 982 |                         assert_eq!(LOCKED, 2);
[INFO] [stdout]     |                                    ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:983:36
[INFO] [stdout]     |
[INFO] [stdout] 983 |                         assert_eq!(UNLOCKED, 2);
[INFO] [stdout]     |                                    ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:984:36
[INFO] [stdout]     |
[INFO] [stdout] 984 |                         assert_eq!(DESTROYED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |             smoke_test!(MutexWrap::<FakeMutex, usize>::new(42), drop);
[INFO] [stdout]     |             --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:958:36
[INFO] [stdout]     |
[INFO] [stdout] 958 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:959:36
[INFO] [stdout]     |
[INFO] [stdout] 959 |                           assert_eq!(LOCKED, 0);
[INFO] [stdout]     |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:960:36
[INFO] [stdout]     |
[INFO] [stdout] 960 |                           assert_eq!(UNLOCKED, 0);
[INFO] [stdout]     |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:961:36
[INFO] [stdout]     |
[INFO] [stdout] 961 |                           assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:966:40
[INFO] [stdout]     |
[INFO] [stdout] 966 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:967:40
[INFO] [stdout]     |
[INFO] [stdout] 967 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:968:40
[INFO] [stdout]     |
[INFO] [stdout] 968 |                               assert_eq!(UNLOCKED, i);
[INFO] [stdout]     |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:969:40
[INFO] [stdout]     |
[INFO] [stdout] 969 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:973:40
[INFO] [stdout]     |
[INFO] [stdout] 973 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:974:40
[INFO] [stdout]     |
[INFO] [stdout] 974 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:975:40
[INFO] [stdout]     |
[INFO] [stdout] 975 |                               assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]     |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:976:40
[INFO] [stdout]     |
[INFO] [stdout] 976 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:981:36
[INFO] [stdout]     |
[INFO] [stdout] 981 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:982:36
[INFO] [stdout]     |
[INFO] [stdout] 982 |                           assert_eq!(LOCKED, 2);
[INFO] [stdout]     |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:983:36
[INFO] [stdout]     |
[INFO] [stdout] 983 |                           assert_eq!(UNLOCKED, 2);
[INFO] [stdout]     |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:984:36
[INFO] [stdout]     |
[INFO] [stdout] 984 |                           assert_eq!(DESTROYED, 1);
[INFO] [stdout]     |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 | /             smoke_test!(
[INFO] [stdout] 991 | |                 MutexWrap::<FakeMutex, usize>::new(42),
[INFO] [stdout] 992 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 993 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:958:36
[INFO] [stdout]     |
[INFO] [stdout] 958 |                         assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:959:36
[INFO] [stdout]     |
[INFO] [stdout] 959 |                         assert_eq!(LOCKED, 0);
[INFO] [stdout]     |                                    ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:960:36
[INFO] [stdout]     |
[INFO] [stdout] 960 |                         assert_eq!(UNLOCKED, 0);
[INFO] [stdout]     |                                    ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:961:36
[INFO] [stdout]     |
[INFO] [stdout] 961 |                         assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                    ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:966:40
[INFO] [stdout]     |
[INFO] [stdout] 966 |                             assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:967:40
[INFO] [stdout]     |
[INFO] [stdout] 967 |                             assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:968:40
[INFO] [stdout]     |
[INFO] [stdout] 968 |                             assert_eq!(UNLOCKED, i);
[INFO] [stdout]     |                                        ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:969:40
[INFO] [stdout]     |
[INFO] [stdout] 969 |                             assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                        ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:973:40
[INFO] [stdout]     |
[INFO] [stdout] 973 |                             assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:974:40
[INFO] [stdout]     |
[INFO] [stdout] 974 |                             assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:975:40
[INFO] [stdout]     |
[INFO] [stdout] 975 |                             assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:976:40
[INFO] [stdout]     |
[INFO] [stdout] 976 |                             assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                        ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:981:36
[INFO] [stdout]     |
[INFO] [stdout] 981 |                         assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:982:36
[INFO] [stdout]     |
[INFO] [stdout] 982 |                         assert_eq!(LOCKED, 2);
[INFO] [stdout]     |                                    ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:983:36
[INFO] [stdout]     |
[INFO] [stdout] 983 |                         assert_eq!(UNLOCKED, 2);
[INFO] [stdout]     |                                    ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:984:36
[INFO] [stdout]     |
[INFO] [stdout] 984 |                         assert_eq!(DESTROYED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |             smoke_test!(MutexWrap::<Box<FakeMutex>, usize>::new(42), drop);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:958:36
[INFO] [stdout]     |
[INFO] [stdout] 958 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:959:36
[INFO] [stdout]     |
[INFO] [stdout] 959 |                           assert_eq!(LOCKED, 0);
[INFO] [stdout]     |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:960:36
[INFO] [stdout]     |
[INFO] [stdout] 960 |                           assert_eq!(UNLOCKED, 0);
[INFO] [stdout]     |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:961:36
[INFO] [stdout]     |
[INFO] [stdout] 961 |                           assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:966:40
[INFO] [stdout]     |
[INFO] [stdout] 966 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:967:40
[INFO] [stdout]     |
[INFO] [stdout] 967 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:968:40
[INFO] [stdout]     |
[INFO] [stdout] 968 |                               assert_eq!(UNLOCKED, i);
[INFO] [stdout]     |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:969:40
[INFO] [stdout]     |
[INFO] [stdout] 969 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:973:40
[INFO] [stdout]     |
[INFO] [stdout] 973 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:974:40
[INFO] [stdout]     |
[INFO] [stdout] 974 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:975:40
[INFO] [stdout]     |
[INFO] [stdout] 975 |                               assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]     |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:976:40
[INFO] [stdout]     |
[INFO] [stdout] 976 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:981:36
[INFO] [stdout]     |
[INFO] [stdout] 981 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:982:36
[INFO] [stdout]     |
[INFO] [stdout] 982 |                           assert_eq!(LOCKED, 2);
[INFO] [stdout]     |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:983:36
[INFO] [stdout]     |
[INFO] [stdout] 983 |                           assert_eq!(UNLOCKED, 2);
[INFO] [stdout]     |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:984:36
[INFO] [stdout]     |
[INFO] [stdout] 984 |                           assert_eq!(DESTROYED, 1);
[INFO] [stdout]     |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 995 | /             smoke_test!(
[INFO] [stdout] 996 | |                 MutexWrap::<Box<FakeMutex>, usize>::new(42),
[INFO] [stdout] 997 | |                 |m: MutexWrap<_, _>| assert_eq!(m.into_inner(), 42)
[INFO] [stdout] 998 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:958:36
[INFO] [stdout]     |
[INFO] [stdout] 958 |                         assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:959:36
[INFO] [stdout]     |
[INFO] [stdout] 959 |                         assert_eq!(LOCKED, 0);
[INFO] [stdout]     |                                    ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:960:36
[INFO] [stdout]     |
[INFO] [stdout] 960 |                         assert_eq!(UNLOCKED, 0);
[INFO] [stdout]     |                                    ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:961:36
[INFO] [stdout]     |
[INFO] [stdout] 961 |                         assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                    ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:966:40
[INFO] [stdout]     |
[INFO] [stdout] 966 |                             assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:967:40
[INFO] [stdout]     |
[INFO] [stdout] 967 |                             assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:968:40
[INFO] [stdout]     |
[INFO] [stdout] 968 |                             assert_eq!(UNLOCKED, i);
[INFO] [stdout]     |                                        ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:969:40
[INFO] [stdout]     |
[INFO] [stdout] 969 |                             assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                        ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:973:40
[INFO] [stdout]     |
[INFO] [stdout] 973 |                             assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:974:40
[INFO] [stdout]     |
[INFO] [stdout] 974 |                             assert_eq!(LOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:975:40
[INFO] [stdout]     |
[INFO] [stdout] 975 |                             assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]     |                                        ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:976:40
[INFO] [stdout]     |
[INFO] [stdout] 976 |                             assert_eq!(DESTROYED, 0);
[INFO] [stdout]     |                                        ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:981:36
[INFO] [stdout]     |
[INFO] [stdout] 981 |                         assert_eq!(INITIALIZED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:982:36
[INFO] [stdout]     |
[INFO] [stdout] 982 |                         assert_eq!(LOCKED, 2);
[INFO] [stdout]     |                                    ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:983:36
[INFO] [stdout]     |
[INFO] [stdout] 983 |                         assert_eq!(UNLOCKED, 2);
[INFO] [stdout]     |                                    ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:984:36
[INFO] [stdout]     |
[INFO] [stdout] 984 |                         assert_eq!(DESTROYED, 1);
[INFO] [stdout]     |                                    ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 999 |             smoke_test!(Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)), drop);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:958:36
[INFO] [stdout]      |
[INFO] [stdout]  958 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:959:36
[INFO] [stdout]      |
[INFO] [stdout]  959 |                           assert_eq!(LOCKED, 0);
[INFO] [stdout]      |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:960:36
[INFO] [stdout]      |
[INFO] [stdout]  960 |                           assert_eq!(UNLOCKED, 0);
[INFO] [stdout]      |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:961:36
[INFO] [stdout]      |
[INFO] [stdout]  961 |                           assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:966:40
[INFO] [stdout]      |
[INFO] [stdout]  966 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:967:40
[INFO] [stdout]      |
[INFO] [stdout]  967 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:968:40
[INFO] [stdout]      |
[INFO] [stdout]  968 |                               assert_eq!(UNLOCKED, i);
[INFO] [stdout]      |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:969:40
[INFO] [stdout]      |
[INFO] [stdout]  969 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:973:40
[INFO] [stdout]      |
[INFO] [stdout]  973 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:974:40
[INFO] [stdout]      |
[INFO] [stdout]  974 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:975:40
[INFO] [stdout]      |
[INFO] [stdout]  975 |                               assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:976:40
[INFO] [stdout]      |
[INFO] [stdout]  976 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:981:36
[INFO] [stdout]      |
[INFO] [stdout]  981 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:982:36
[INFO] [stdout]      |
[INFO] [stdout]  982 |                           assert_eq!(LOCKED, 2);
[INFO] [stdout]      |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:983:36
[INFO] [stdout]      |
[INFO] [stdout]  983 |                           assert_eq!(UNLOCKED, 2);
[INFO] [stdout]      |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:984:36
[INFO] [stdout]      |
[INFO] [stdout]  984 |                           assert_eq!(DESTROYED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1000 | /             smoke_test!(
[INFO] [stdout] 1001 | |                 Mutex::new(WithEmbeddedMutex(42, FakeMutex, 42)),
[INFO] [stdout] 1002 | |                 |m: Mutex<_>| assert_eq!(m.into_inner(), WithEmbeddedMutex(42, FakeMutex, 42))
[INFO] [stdout] 1003 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:958:36
[INFO] [stdout]      |
[INFO] [stdout]  958 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:959:36
[INFO] [stdout]      |
[INFO] [stdout]  959 |                           assert_eq!(LOCKED, 0);
[INFO] [stdout]      |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:960:36
[INFO] [stdout]      |
[INFO] [stdout]  960 |                           assert_eq!(UNLOCKED, 0);
[INFO] [stdout]      |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:961:36
[INFO] [stdout]      |
[INFO] [stdout]  961 |                           assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:966:40
[INFO] [stdout]      |
[INFO] [stdout]  966 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:967:40
[INFO] [stdout]      |
[INFO] [stdout]  967 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:968:40
[INFO] [stdout]      |
[INFO] [stdout]  968 |                               assert_eq!(UNLOCKED, i);
[INFO] [stdout]      |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:969:40
[INFO] [stdout]      |
[INFO] [stdout]  969 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:973:40
[INFO] [stdout]      |
[INFO] [stdout]  973 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:974:40
[INFO] [stdout]      |
[INFO] [stdout]  974 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:975:40
[INFO] [stdout]      |
[INFO] [stdout]  975 |                               assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:976:40
[INFO] [stdout]      |
[INFO] [stdout]  976 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:981:36
[INFO] [stdout]      |
[INFO] [stdout]  981 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:982:36
[INFO] [stdout]      |
[INFO] [stdout]  982 |                           assert_eq!(LOCKED, 2);
[INFO] [stdout]      |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:983:36
[INFO] [stdout]      |
[INFO] [stdout]  983 |                           assert_eq!(UNLOCKED, 2);
[INFO] [stdout]      |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:984:36
[INFO] [stdout]      |
[INFO] [stdout]  984 |                           assert_eq!(DESTROYED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1004 | /             smoke_test!(
[INFO] [stdout] 1005 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1006 | |                 drop
[INFO] [stdout] 1007 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:958:36
[INFO] [stdout]      |
[INFO] [stdout]  958 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:959:36
[INFO] [stdout]      |
[INFO] [stdout]  959 |                           assert_eq!(LOCKED, 0);
[INFO] [stdout]      |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:960:36
[INFO] [stdout]      |
[INFO] [stdout]  960 |                           assert_eq!(UNLOCKED, 0);
[INFO] [stdout]      |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:961:36
[INFO] [stdout]      |
[INFO] [stdout]  961 |                           assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:966:40
[INFO] [stdout]      |
[INFO] [stdout]  966 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:967:40
[INFO] [stdout]      |
[INFO] [stdout]  967 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:968:40
[INFO] [stdout]      |
[INFO] [stdout]  968 |                               assert_eq!(UNLOCKED, i);
[INFO] [stdout]      |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:969:40
[INFO] [stdout]      |
[INFO] [stdout]  969 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:973:40
[INFO] [stdout]      |
[INFO] [stdout]  973 |                               assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                          ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:974:40
[INFO] [stdout]      |
[INFO] [stdout]  974 |                               assert_eq!(LOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:975:40
[INFO] [stdout]      |
[INFO] [stdout]  975 |                               assert_eq!(UNLOCKED, i + 1);
[INFO] [stdout]      |                                          ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:976:40
[INFO] [stdout]      |
[INFO] [stdout]  976 |                               assert_eq!(DESTROYED, 0);
[INFO] [stdout]      |                                          ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:981:36
[INFO] [stdout]      |
[INFO] [stdout]  981 |                           assert_eq!(INITIALIZED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:982:36
[INFO] [stdout]      |
[INFO] [stdout]  982 |                           assert_eq!(LOCKED, 2);
[INFO] [stdout]      |                                      ^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:983:36
[INFO] [stdout]      |
[INFO] [stdout]  983 |                           assert_eq!(UNLOCKED, 2);
[INFO] [stdout]      |                                      ^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> src/lib.rs:984:36
[INFO] [stdout]      |
[INFO] [stdout]  984 |                           assert_eq!(DESTROYED, 1);
[INFO] [stdout]      |                                      ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /             smoke_test!(
[INFO] [stdout] 1009 | |                 Mutex::new(WithEmbeddedMutex(42, Box::new(FakeMutex), 42)),
[INFO] [stdout] 1010 | |                 |m: Mutex<_>| assert_eq!(
[INFO] [stdout] 1011 | |                     m.into_inner(),
[INFO] [stdout] ...    |
[INFO] [stdout] 1014 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: this warning originates in the macro `smoke_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.13.11
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1", kill_on_drop: false }`
[INFO] [stdout] 8aaffe452f2ba6657c16343994fd08e5957d032bdeeaf98d2b0585c5f95e33f1
